func github.com/andybalholm/brotli.brotli_min_uint32_t
6 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L927: max_prefix = brotli_min_uint32_t(max_prefix, *max_run_length_prefix)
compress_fragment.go#L61: var adjust uint32 = 2 * brotli_min_uint32_t(histogram[i], 11)
compress_fragment.go#L78: var adjust uint32 = 1 + 2*brotli_min_uint32_t(histogram[i], 11)
encode.go#L1104: var c uint32 = brotli_min_uint32_t(s.remaining_metadata_bytes_, 16)
platform.go#L73: func brotli_min_uint32_t(a uint32, b uint32) uint32 {
static_dict.go#L32: matches[len] = brotli_min_uint32_t(matches[len], match)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |